home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CHIP_CD_2005-05.iso / macos / pack1 / files / Firefox 1.0.2.dmg / Firefox.app / Contents / MacOS / redo-prebinding.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2004-06-14  |  96 b   |  4 lines

  1. #!/bin/sh
  2. BINARY_DIR=`pwd|sed 's/ /\\\ /g'`
  3. /bin/sh -c "update_prebinding -files $BINARY_DIR/*"
  4.